Foreign Keys Previous topic Chapter index Next topic

FK_CUBOS_1

 

Definition

ALTER TABLE CUBOS ADD CONSTRAINT FK_CUBOS_1
FOREIGN KEY (CODGRUPO)
REFERENCES GRUPOS (CODIGO)
ON UPDATE CASCADE

     Previous topic Chapter index Next topic